home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Info / TeachU14 / SAMS / Code / Day06 / main.dfm / main.txt < prev   
Encoding:
Text File  |  1998-02-08  |  630 b   |  33 lines

  1. object MainForm: TMainForm
  2.   Left = 260
  3.   Top = 147
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Multiple Forms Test Program'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Icon.Data = {<image000.ico>}
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object ShowForm2: TButton
  15.     Left = 224
  16.     Top = 224
  17.     Width = 75
  18.     Height = 25
  19.     Caption = 'Show Form 2'
  20.     TabOrder = 0
  21.     OnClick = ShowForm2Click
  22.   end
  23.   object AboutButton: TButton
  24.     Left = 104
  25.     Top = 224
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'About...'
  29.     TabOrder = 1
  30.     OnClick = AboutButtonClick
  31.   end
  32. end
  33.